API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Inputs
BaseHandler.h
1
// BaseHandler.h
3
//
5
6
namespace
nkGraphics
7
{
11
class
DLL_GRAPHICS_EXPORT
BaseHandler
12
{
13
public :
14
18
BaseHandler
() ;
22
virtual
~BaseHandler
() ;
23
27
void
setInputSystem
(
InputSystem
* sys) ;
31
InputSystem
*
getInputSystem
()
const
;
32
} ;
33
}
nkGraphics::BaseHandler::BaseHandler
BaseHandler()
nkGraphics::BaseHandler::setInputSystem
void setInputSystem(InputSystem *sys)
nkGraphics::BaseHandler::~BaseHandler
virtual ~BaseHandler()
nkGraphics::BaseHandler::getInputSystem
InputSystem * getInputSystem() const
nkGraphics::InputSystem
The input system used within the component.
Definition:
InputSystem.h:14
nkGraphics::BaseHandler
Base class for an input handler.
Definition:
BaseHandler.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
Generated by
Doxygen
1.8.18